home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / windows / capctrl.zip / CAPABOUT.DFM / CAPABOUT.txt next >
Text File  |  1997-03-21  |  2KB  |  102 lines

  1. object CaptionControlAbout: TCaptionControlAbout
  2.   Left = 189
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About TCaptionControl'
  7.   ClientHeight = 216
  8.   ClientWidth = 248
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ControlImage: TImage
  17.     Left = 8
  18.     Top = 8
  19.     Width = 24
  20.     Height = 24
  21.     AutoSize = True
  22.     Picture.Data = {<image001.bmp>}
  23.   end
  24.   object lblComponent: TLabel
  25.     Left = 48
  26.     Top = 8
  27.     Width = 133
  28.     Height = 13
  29.     Caption = 'TCaptionControl Component'
  30.   end
  31.   object lblVersion: TLabel
  32.     Left = 48
  33.     Top = 24
  34.     Width = 53
  35.     Height = 13
  36.     Caption = 'Version 1.0'
  37.   end
  38.   object lblCopyright: TLabel
  39.     Left = 48
  40.     Top = 48
  41.     Width = 176
  42.     Height = 13
  43.     Caption = 'Created by Yorai Aminov, 1996, 1997'
  44.   end
  45.   object lblHistory: TLabel
  46.     Left = 48
  47.     Top = 72
  48.     Width = 73
  49.     Height = 13
  50.     Caption = 'Version History:'
  51.   end
  52.   object btnOK: TButton
  53.     Left = 88
  54.     Top = 184
  55.     Width = 73
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 0
  61.   end
  62.   object lvwHistory: TListView
  63.     Left = 48
  64.     Top = 88
  65.     Width = 193
  66.     Height = 89
  67.     ColumnClick = False
  68.     Columns = <
  69.       item
  70.         Caption = 'Date'
  71.         Width = 54
  72.         WidthType = (
  73.           -1)
  74.       end
  75.       item
  76.         Caption = 'Version'
  77.         Width = 47
  78.         WidthType = (
  79.           -2)
  80.       end
  81.       item
  82.         Caption = 'Comments'
  83.         Width = 88
  84.         WidthType = (
  85.           -2)
  86.       end>
  87.     ReadOnly = False
  88.     Items.Data = {
  89.       930000000300000000000000FFFFFFFFFFFFFFFF02000000000000000830332F
  90.       32312F393704312E30300D46697273742052656C6561736500000000FFFFFFFF
  91.       FFFFFFFF02000000000000000831322F31302F393604302E32300B5365636F6E
  92.       64204265746100000000FFFFFFFFFFFFFFFF02000000000000000831322F3032
  93.       2F393604302E31300A46697273742042657461}
  94.     TabOrder = 1
  95.     ViewStyle = vsReport
  96.   end
  97.   object CaptionControl1: TCaptionControl
  98.     ShowButtons = False
  99.     Top = 184
  100.   end
  101. end
  102.